CellVerticalAlignment Enumeration

Represents how to vertically align a line that is less than 100% of its height within the columned area.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum CellVerticalAlignment

Members

Bottom0 Line is aligned with the bottom of a columned area.
Top1 Line is aligned with the top of a columned area.
Middle2 Line is aligned with the middle of a columned area.
Automatic3 Line is aligned automatic of a columned area.
None4 None.

See Also